Problem Note 67362: You see a "no active screen definition" error when you open an Allocation Scheme or Analysis Run object in SAS® Risk Stratum
When you click to open an Allocation Scheme or Analysis Run object in a solution that is based on SAS Risk Stratum, you might see an error similar to the following:

The problem occurs when both of the following conditions are true:
- You are using a version of SAS Risk Stratum prior to v10.2020.
- You installed Hot Fix D4Z012 or later for the SAS® Risk Governance Framework.
To work around the problem, log on as an administrator to the solution in the SAS Risk Governance Framework, and perform the following steps:
- Navigate to Administration ► Screen Definitions.
- Open the Allocation Scheme screen definition, and find the following line:
<set name="TEMP.modelParameters" value="toJson('{}')" />
- Replace that line with the following:
<set name="TEMP.modelParameters" value="toJson('{"Gen1":{"data":{},"screen":{}}}')" />
- Publish the screen definition.
- Open the Analysis Run screen definition, and find the following line:
<set name="TEMP.modelParamScreen" value="'Gen1'" />
- Below that line, add the following line:
<set name="TEMP.modelParameters" value="toJson('{"Gen1":{"data":{},"screen":{}}}')" />
- Publish the screen definition.
Operating System and Release Information
SAS System | SAS Risk Stratum | Microsoft® Windows® for x64 | v01.2020 | v10.2020 | 9.4 TS1M6 | 9.4 TS1M6 |
Linux for x64 | v01.2020 | v10.2020 | 9.4 TS1M6 | 9.4 TS1M6 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The problem occurs when you use a version of SAS® Risk Stratum prior to v10.2020.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2021-02-03 13:15:27 |
Date Created: | 2021-02-03 10:12:02 |